home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gSpeed
- if the clickOn < 21 then
- exit
- end if
- if the controlDown then
- exit
- end if
- set yu to the clickOn - 20
- initsel()
- setAt(selected, yu, 1)
- setbar()
- if the doubleClick then
- repeat with x = 21 to 44
- if (yu + 20) = x then
- set gSpeed to 1
- playmovn4Q(yu)
- exit
- end if
- end repeat
- end if
- end
-
- on mouseUp
- end
-